@import url(sourcehansans.css);
body, html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: MicroSoft YaHei;
}

.flex-row-vc, .header-nav, .header-nav .header-nav-left, .header-nav .header-nav-right, .flex-row-hc, .header-nav .header-nav-left .nav, .flex-row-vhc, .footer .footer-bg .footer-left, .footer .footer-bg .footer-right {
  display: flex;
  flex-direction: row;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col-vc, .flex-col-hc, .footer, .flex-col-vhc, .footer .footer-bg .footer-left .item-bg {
  display: flex;
  flex-direction: column;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col-vc {
  justify-content: center;
}

.flex-col-hc {
  align-items: center;
}

.footer {
  justify-content: center;
  align-items: center;
}

.flex-col-vhc {
  justify-content: center;
  align-items: center;
}

.flex-row-vc {
  justify-content: center;
}

.header-nav, .header-nav .header-nav-left, .header-nav .header-nav-right {
  align-items: center;
}

.flex-row-hc {
  align-items: center;
}

.header-nav .header-nav-left .nav {
  justify-content: center;
  align-items: center;
}

.flex-row-vhc {
  justify-content: center;
  align-items: center;
}

.header-nav .header-nav-left .nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-vhc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer-bg {
  display: flex;
  align-items: center;
}

.flex-vc {
  display: flex;
  align-items: center;
}

.flex-hc {
  display: flex;
  justify-content: center;
}

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.bg-grey {
  background-color: #eaeaea;
}

.bg-white {
  background-color: white;
}

.footer {
  background-color: #313131;
  min-width: 1200px;
}

.footer .footer-bg {
  padding: 15px 0;
  justify-content: space-between;
  min-width: 1200px;
}

.footer .footer-bg .footer-left .item-bg {
  margin-right: 50px;
}

.footer .footer-bg .footer-left .item-bg .title {
  color: #666666;
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 10px;
}

.footer .footer-bg .footer-left .item-bg .item-title {
  color: #999999;
  font-size: 14px;
  padding: 5px 0;
  cursor: pointer;
}

.footer .footer-bg .footer-right .img-bg {
  width: 150px;
  height: 150px;
  border-radius: 4px;
  padding: 5px;
  margin-left: 50px;
}

.footer .footer-bg .footer-right .img-bg .img {
  width: 140px;
  height: 140px;
}

.header-nav {
  justify-content: space-between;
  height: 56px;
  box-shadow: 0px 2px 4px 0px #DDDDDD;
}

.header-nav .header-nav-left {
  height: 100%;
}

.header-nav .header-nav-left .nav-img {
  margin-left: 26px;
  width: 108px;
  height: 34px;
  cursor: pointer;
}

.header-nav .header-nav-left .nav {
  margin-left: 32px;
  height: 100%;
}

.header-nav .header-nav-left .nav .nav-item {
  height: 100%;
  padding: 0 20px;
  min-width: 52px !important;
  color: #666666;
  cursor: pointer;
  font-size: 12px;
  position: relative;
}

.header-nav .header-nav-left .nav .nav-item .child {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 54px;
  padding-top: 4px;
  color: #666;
  box-shadow: 0px 2px 4px 0px #DDDDDD;
  display: none;
  flex-direction: column;
}

.header-nav .header-nav-left .nav .nav-item .child .children {
  background-color: white;
  padding: 8px 20px;
  min-width: 65px !important;
  border-bottom: 1px solid #DDD;
  font-size: 12px;
  text-align: center;
}

.header-nav .header-nav-left .nav .nav-item .child .children a {
  color: #666666 !important;
  font-size: 12px;
}

.header-nav .header-nav-left .nav .nav-item .child .children:hover a {
  color: #529DF3 !important;
  font-size: 12px;
}

.header-nav .header-nav-left .nav .nav-item a {
  color: #666666;
  font-size: 14px;
}

.header-nav .header-nav-left .nav .nav-item a:hover {
  color: #529DF3 !important;
}

.header-nav .header-nav-left .nav .nav-item:hover .child {
  display: flex;
}

.header-nav .header-nav-left .nav .active {
  border-bottom: 2px solid #2e83e3 !important;
  color: #2e83e3 !important;
}

.header-nav .header-nav-left .nav .active a {
  color: #2e83e3 !important;
}

.header-nav .header-nav-right {
  justify-content: flex-end;
  margin-right: 80px;
  color: #666666;
  font-size: 12px;
}

.header-nav .header-nav-right a {
  font-size: 12px;
  color: #666666;
}

.header-nav .header-nav-right .right {
  height: 37px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header-nav .header-nav-right .right .headbg {
  height: 35px;
  width: 35px;
  border: 1px solid #2e83e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav .header-nav-right .right .headbg .head {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header-nav .header-nav-right .right .itembg {
  display: none;
  position: absolute;
  width: 100px;
  top: 35px;
  left: 20px;
  box-shadow: 0 0 15px 1px #EEEEEE;
  background-color: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 20px;
  z-index: 9999;
}

.header-nav .header-nav-right .right .itembg .item {
  height: 25px;
  line-height: 25px;
}

.header-nav .header-nav-right .right .itembg .item a {
  font-size: 12px;
  color: #666666;
}

.header-nav .header-nav-right .right .itembg .item a:hover {
  color: #2e83e3;
}

.header-nav .header-nav-right .right:hover .itembg {
  display: block;
}

.header-nav .header-nav-right .username {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  margin-left: 10px;
}

.header-nav .header-nav-right .username:hover {
  color: #2e83e3;
}

.header-nav-commen-title-index {
  min-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #eaeaea;
  box-sizing: border-box;
}

.header-nav-commen-title-index .header-nav-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 1200px;
}

.header-nav-commen-title-index .header-nav-center .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.header-nav-commen-title-index .header-nav-center .left .item:hover .showbg {
  display: block !important;
}

.header-nav-commen-title-index .header-nav-center .left .item {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-right: 30px;
}

.header-nav-commen-title-index .header-nav-center .left .item .showbg {
  display: none;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  left: -10px;
  top: 35px;
  z-index: 100;
}

.header-nav-commen-title-index .header-nav-center .left .item .showbg img {
  width: 130px;
  height: 130px;
}

.header-nav-commen-title-index .header-nav-center .left .item .iconimg {
  width: 20px;
  height: 20px;
}

.header-nav-commen-title-index .header-nav-center .left .item p {
  padding-left: 8px;
  color: #333;
  font-size: 16px;
}

.header-nav-commen-title-index .header-nav-center .right-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}

.header-nav-commen-title-index .header-nav-center .right-login .telbg {
  display: flex;
  flex-direction: row;
  height: 50px;
  align-items: center;
  margin-right: 20px;
}

.header-nav-commen-title-index .header-nav-center .right-login .telbg .telimg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.header-nav-commen-title-index .header-nav-center .right-login .telbg .teltext {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #027DC3;
  line-height: 36px;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg {
  display: flex;
  flex-direction: row;
  color: #666666;
  font-size: 16px;
  line-height: 16px;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg a {
  font-size: 12px;
  color: #666666;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right {
  height: 37px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right .headbg {
  height: 35px;
  width: 35px;
  border: 1px solid #2e83e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right .headbg .head {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right .itembg {
  display: none;
  position: absolute;
  width: 100px;
  top: 35px;
  left: 20px;
  box-shadow: 0 0 15px 1px #EEEEEE;
  background-color: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 20px;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right .itembg .item {
  height: 25px;
  line-height: 25px;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right .itembg .item a {
  font-size: 12px;
  color: #666666;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right .itembg .item a:hover {
  color: #2e83e3;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .right:hover .itembg {
  display: block;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .username {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  margin-left: 10px;
}

.header-nav-commen-title-index .header-nav-center .right-login .loginbg .username:hover {
  color: #2e83e3;
}

.header-nav-commen-top-index {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 70px;
  background-color: #fff;
  box-sizing: border-box;
  min-width: 1200px;
}

.header-nav-commen-top-index .header-nav-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 1200px;
}

.header-nav-commen-top-index .header-nav-center .left-info {
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-nav-commen-top-index .header-nav-center .left-info .nav-img {
  width: 136px;
  height: 42px;
  cursor: pointer;
}

.header-nav-commen-top-index .header-nav-center .left-info .schoolname {
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 600;
  color: #027DC3;
  margin: 0;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.header-nav-commen-top-index .header-nav-center .right-city {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  align-items: center;
}

.header-nav-commen-top-index .header-nav-center .right-city span {
  padding: 0 2px;
  color: #666;
  cursor: pointer;
}

.header-nav-commen-top-index .header-nav-center .right-city span a {
  color: #666;
  text-decoration: none;
}

.header-nav-commen-top-index .header-nav-center .right-city span:hover {
  color: #529DF3 !important;
}

.header-nav-commen-top-index .header-nav-center .right-city span:hover a {
  color: #529DF3 !important;
}

.header-nav-commen-index {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  box-shadow: 0px 2px 4px 0px #DDDDDD;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 2px solid #027DC3;
  border-top: 1px solid #eaeaea;
  min-width: 1200px;
}

.header-nav-commen-index .header-nav-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 1200px;
}

.header-nav-commen-index .header-nav-center .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.header-nav-commen-index .header-nav-center .nav .nav-line {
  width: 3px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav-commen-index .header-nav-center .nav .nav-line .line {
  width: 1px;
  height: 30px;
  background-color: #027DC3;
}

.header-nav-commen-index .header-nav-center .nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 25px;
  min-width: 65px !important;
  color: #027DC3;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.header-nav-commen-index .header-nav-center .nav .nav-item .child {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 48px;
  padding-top: 4px;
  color: #666;
  box-shadow: 0px 2px 4px 0px #DDDDDD;
  display: none;
  flex-direction: column;
}

.header-nav-commen-index .header-nav-center .nav .nav-item .child .children {
  background-color: white;
  padding: 10px 25px;
  min-width: 70px !important;
  border-bottom: 1px solid #DDD;
  font-size: 16px;
  text-align: center;
}

.header-nav-commen-index .header-nav-center .nav .nav-item .child .children a {
  color: #666666 !important;
  font-size: 16px;
}

.header-nav-commen-index .header-nav-center .nav .nav-item .child .children:hover a {
  color: #529DF3 !important;
  font-size: 16px;
}

.header-nav-commen-index .header-nav-center .nav .nav-item a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.header-nav-commen-index .header-nav-center .nav .nav-item:hover {
  background-color: #016CA8;
}

.header-nav-commen-index .header-nav-center .nav .nav-item:hover a {
  color: #fff;
}

.header-nav-commen-index .header-nav-center .nav .nav-item:hover .child {
  display: flex;
}

.header-nav-commen-index .header-nav-center .nav .active {
  border-bottom: 2px solid #2e83e3 !important;
  color: #2e83e3 !important;
}

.header-nav-commen-index .header-nav-center .nav .active a {
  color: #2e83e3 !important;
}

.header-nav-commen-xm-index {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 20px;
  min-width: 1200px;
}

.header-nav-commen-xm-index .header-nav-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 1200px;
}

.header-nav-commen-xm-index .header-nav-center .item:nth-child(6n+0) {
  margin-right: 0 !important;
}

.header-nav-commen-xm-index .header-nav-center .item:nth-child(-n+6):nth-child(n+4) .info-label {
  left: auto !important;
  right: 0;
}

.header-nav-commen-xm-index .header-nav-center .item:nth-child(-n+12):nth-child(n+10) .info-label {
  left: auto !important;
  right: 0;
}

.header-nav-commen-xm-index .header-nav-center .item {
  position: relative;
  height: 56px;
  width: 180px;
  margin-bottom: 10px;
  background-color: #F0F1F3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.header-nav-commen-xm-index .header-nav-center .item .bigtitle {
  position: relative;
  height: 56px;
  width: 180px;
  border-radius: 5px;
  background-color: #F0F1F3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-nav-commen-xm-index .header-nav-center .item .bigtitle .text {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.header-nav-commen-xm-index .header-nav-center .item .bigtitle .hotimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  content: url("/static/home/img/home_icon_top_hot.png");
}

.header-nav-commen-xm-index .header-nav-center .item .info-label {
  display: none;
  position: absolute;
  left: 0;
  top: 56px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  box-sizing: border-box;
  width: 440px;
  padding: 10px;
  z-index: 99;
}

.header-nav-commen-xm-index .header-nav-center .item .info-label .label-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.header-nav-commen-xm-index .header-nav-center .item .info-label .label-item .right {
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  color: #888;
}

.header-nav-commen-xm-index .header-nav-center .item .info-label .label-item .right .right-item {
  line-height: 32px;
  color: #888;
  margin: 0 4px;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
}

.header-nav-commen-xm-index .header-nav-center .item .info-label .label-item .right .right-item:hover {
  color: #007DBC;
}

.header-nav-commen-xm-index .header-nav-center .item .info-label .label-item .left {
  width: 118px;
  height: 36px;
  border-radius: 2px 18px 2px 18px;
  background-color: #007DBC;
  position: relative;
}

.header-nav-commen-xm-index .header-nav-center .item .info-label .label-item .left .title {
  width: 120px;
  height: 36px;
  border-radius: 2px 18px 2px 18px;
  background-color: #007DBC;
  box-sizing: border-box;
  border: 2px solid #fff;
  left: -2px;
  top: -2px;
  position: absolute;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.header-nav-commen-xm-index .header-nav-center .hot {
  background-color: #CEEAFB !important;
}

.header-nav-commen-xm-index .header-nav-center .item:hover .bigtitle {
  background-image: linear-gradient(to right, #2CC1FA, #1697D9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header-nav-commen-xm-index .header-nav-center .item:hover .info-label {
  display: flex;
}

.header-nav-commen-xm-index .header-nav-center .item:hover .hotimg {
  display: none !important;
}

.header-nav-commen-xm-index .header-nav-center .item:hover .text {
  color: #fff;
  font-weight: bold;
}
